[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CONST, TYPE, VAR

     The interface section of the StrnTTT5 unit contains only one constant
     declaration:

          FLOATING = 255;


     This can be passed as the decimal places parameter to the functions
     Real_to_Str and Real_to_Sci. It indicates that only the significant
     decimal digits should be returned. For example,

          REAL_TO_STR(45.67000,FLOATING)

     will return the string '45.67'.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson